nhrrob / laravel-get-started-project

A Laravel Starter Kit for Laravel. Built with Laravel 11.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub issues GitHub forks GitHub stars GitHub license

Laravel Get Started Project

Laravel Get Started Project is a basic crud app built with laravel 8. In this app a basic product crud created.
Features include:

  • Laravel ui package (composer require laravel/ui:^2.4)
  • Laravel default auth (php artisan ui vue --auth)
  • NHRROB Crud Generator package to generate crud using command
    (https://github.com/nhrrob/crudgenerator - composer require nhrrob/crudgenerator)
  • Spatie Laravel Permission
  • Role and Permission Seeder
  • Admin file structure
  • Role Crud (Web and Api)
  • Permission Crud (Web and Api)
  • User Crud (Web and Api)
  • Product Crud (Web and Api - Frontend and Backend)
  • Permission Assigning to Role

This app created to help developers to get started with their laravel applications.

Note

License

The Laravel Get Started Project is open-sourced software licensed under the MIT license.

Contact

Feel free to contact:
nazmulrobin.com | Twitter | Linkedin | Email

About

A Laravel Starter Kit for Laravel. Built with Laravel 11.

License:MIT License


Languages

Language:PHP 54.4%Language:Blade 45.0%Language:JavaScript 0.6%Language:CSS 0.0%