Overview:
This product is a boilerplate template for a Laravel, Nuxt, and Tailwind CSS project that includes Sanctum authentication. It is a common and slightly opinionated setup that provides a convenient starting point for developers. The template includes tooling such as Laravel Telescope, Laravel’s IDE Helper, and integration with Netlify, StyleCI, and Dependabot. The project is licensed under the MIT License and is made by CION Agency.
Features:
- Laravel 7.*: Backend framework for building web applications.
- Laravel Sanctum Authentication: Provides a simple and lightweight authentication system.
- Nuxt 2.13.*: Frontend framework for building server-side rendered and static websites.
- Tailwind 1.5.*: CSS framework for quickly building custom designs.
- Eslint & Prettier setup: Ensures code quality and consistent formatting.
- Laravel Telescope: Debugging and profiling tool for Laravel applications.
- Laravel’s IDE Helper: Improves code completion and navigation in IDEs.
- VS Code suggested plugins: Recommended plugins for VS Code to enhance development experience.
- Netlify integration: Easy deployment of the project to Netlify.
- StyleCI integration: Continuous integration tool for ensuring consistent coding style.
- Dependabot integration: Automated dependency updates to keep the project up to date.
Installation:
To install the boilerplate template, follow these steps:
- Clone the repository.
- Adjust the
.envvariables if necessary. - Set up a local server using Laravel’s & Nuxt’s built-in webserver.
- Visit the frontend at
localhost:3000and the API atlocalhost:8000.
For production build and deployment to Netlify, refer to the included netlify.toml file.
Summary:
The boilerplate template provides a convenient starting point for Laravel, Nuxt, and Tailwind CSS projects with Sanctum authentication. It includes various features and tooling to enhance the development process, such as Laravel Telescope, IDE Helper, and integration with Netlify, StyleCI, and Dependabot. The template is easy to install and can be deployed to Netlify for production. It is licensed under the MIT License and created by CION Agency.