Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rakhiazfa/laravel-boilerplate
Makes it easier for you to build applications with laravel.
https://github.com/rakhiazfa/laravel-boilerplate
authentication authorization laravel laravel-starter-kit role-and-permission tailwindcss
Last synced: 5 days ago
JSON representation
Makes it easier for you to build applications with laravel.
- Host: GitHub
- URL: https://github.com/rakhiazfa/laravel-boilerplate
- Owner: rakhiazfa
- License: mit
- Created: 2023-02-23T09:27:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T07:39:41.000Z (almost 2 years ago)
- Last Synced: 2024-12-31T05:32:46.334Z (5 days ago)
- Topics: authentication, authorization, laravel, laravel-starter-kit, role-and-permission, tailwindcss
- Language: PHP
- Homepage:
- Size: 546 KB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Laravel Starter Kit
Makes it easier for you to build applications with laravel.
![Preview Image](https://github.com/rakhiazfa/laravel-starterkit/blob/main/laravel-starterkit.png?raw=true)
### Feature
- Authentication ( Web and API )
- Edit Profile
- Change Password
- Delete Account
- Manage Roles and Permissions## Getting Started
- Clone this repository
```
git clone https://github.com/rakhiazfa/laravel-starterkit.git
```- Install the laravel package
```
composer install
```- Install the node package
```
npm install# If using yarn
yarn
```- Copy the .env.example file and change the copied file to .env
- Generate the application key
```
php artisan key:generate
```- Run the migrations and seeders
```
php artisan migrate --seed
```- Run the laravel application
```
php artisan serve
```- Run vite in development mode
```
yarn dev
```## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more info