BadreddineZatout / simple-laravel-cms

Laravel CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Simple CMS

This is a simple content management system (CMS) created using Laravel 9 & Livewire.

Want to test it ?

Here are the credentials for some users:

How to launch the app

  • Start with composer install in the root folder & npm install in the websocket folder to install dependencies.
  • Launch the migrations and the seeders php artisan migrate --seed.
  • Go to the websocket folder and launch the command npm start.
  • then finaly launch the command php artisan serve.

What you will find

  • Jetstream Auth
  • Many CRUDs (Pages CRUD, Users CRUD...)
  • Role permissions managment
  • Notification push using nodejs & web sockets
  • Custom commande to create livewire CRUD components : php artisan make:livewire:crud [class-name] [model-name]

About

Laravel CMS


Languages

Language:JavaScript 66.7%Language:PHP 17.2%Language:Blade 11.1%Language:CSS 4.9%Language:Shell 0.1%