Laravel Ficus is a web application project built to learn how to use Laravel and PHP, the main idea was to create a crud but with permissions and roles management using the laravel-permissions library.
git clone https://github.com/MendozaNicolas/laravel-ficus.git
cd laravel-ficus/
composer install
cp .env.example .env
Update .env and set your database credentials
php artisan key:generate
php artisan migrate
php artisan db:seed
npm install
npm run dev
php artisan serve
Thank you for considering contributing to the Laravel Ficus Project! The contribution guide can be found in the (https://laravel.com/docs/contributions).
If you discover a security vulnerability in Laravel Ficus, please open a issue, helps me learn more about laravel. All security vulnerabilities will be promptly addressed.
The Laravel Ficus project is open-sourced software licensed under the MIT license.