Skip to content

MendozaNicolas/laravel-ficus

Repository files navigation

Laravel Ficus Logo

About Laravel Ficus

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.

Preview

Laravel Ficus Login

Laravel Ficus Example 1

Laravel Ficus Example 2

How to install

  • 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

Contributing

Thank you for considering contributing to the Laravel Ficus Project! The contribution guide can be found in the (https://laravel.com/docs/contributions).

Security Vulnerabilities

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.

License

The Laravel Ficus project is open-sourced software licensed under the MIT license.

Releases

No releases published

Packages

No packages published