這是一份 Laravel 的基礎模板專案,請好好愛護它,謝謝。
The Laravel Basic Template is a project that improves upon the Laravel Boilerplate. It includes some additional features and updates. It serves as a starting template for project or system development, with most of the necessary functionalities already implemented. This allows developers to focus on the unique features of their own system. Notable features include comprehensive Chinese language support, two-factor authentication (2FA), an announcement system, and role-based access control (RBAC) for user, role, and permission management. It is built using Laravel 9.x, Vue 3.x, Bootstrap 5.x, and CoreUI 4.x.
To install the Laravel Basic Template, follow these steps:
git clone [repository_url]
.env configuration file in the root folder based on the contents of .env.example. Adjust the variables according to your environment settings.Install and set up the Laradock environment with Nginx, MySQL, Redis, and Workspace combinations.
Clone the Laravel-Template repository and navigate to the /laradock folder.
Create a .env configuration file in the /laradock folder based on the contents of .env.example. Adjust the variables, such as modifying PHP_VERSION to 8.1, according to your preferences.
Configure the Laravel-Template environment variables.
Enter the workspace container and navigate to the /var/www folder.
Create a .env configuration file in the /var/www folder based on the contents of .env.laradock.example. Adjust the variables according to your needs.
Install dependencies and start using the Laravel-Template.
The Laravel Basic Template is an improved version of the Laravel Boilerplate. It provides a starting point for project or system development and includes features such as Chinese language support, two-factor authentication, an announcement system, and role-based access control. The installation process involves cloning the repository and setting up the necessary environment configurations.