You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://packagist.org/packages/codewithdennis/larament)
Kickstart your project and save time with Larament! This time-saving starter kit includes a Laravel project with FilamentPHP already installed and set up, along with extra features.
11
+
**Larament** is a time-saving starter kit to quickly launch Laravel projects. It includes **FilamentPHP** pre-installed and configured, along with additional tools and features to streamline your development workflow.
12
12
13
-
> [!NOTE]
14
-
> This starter kit includes **Laravel 11** and **FilamentPHP 3** with some packages that improve the development experience. This will not contain any bloated features or unnecessary packages. If you want to add more features, you can do so by installing the necessary packages.
- The Filament Panel's primary color is set to blue.
43
-
- Single Page Application (SPA) mode is enabled by default.
44
-
- Global search keybinding is preset to `CTRL + K` or `CMD + K`.
45
-
- A ready-to-use FilamentPHP [custom theme](https://filamentphp.com/docs/3.x/panels/themes#creating-a-custom-theme) that also includes a sidebar separator.
46
-
- A custom profile that includes the password generator action.
54
+

55
+
56
+
- Filament Panel's primary color is preset to blue.
57
+
- Single Page Application (SPA) mode enabled by default.
58
+
- Global search keybinding set to `CTRL + K` or `CMD + K`.
59
+
- A ready-to-use FilamentPHP custom theme, including a sidebar separator.
60
+
- Enhanced profile page with a built-in password generator.
61
+
62
+
---
47
63
48
64
## Default User
49
-
The default user is seeded with the following credentials which is autofilled on the login page.
65
+
66
+
A default user is seeded with the following credentials, pre-filled on the login page for quick access:
**[Use this template](https://github.com/new?template_name=larament&template_owner=CodeWithDennis)** to create a new repository and clone it to your local machine, then navigate to the project directory to run the necessary commands.
69
-
87
+
### Using the Template
88
+
- Create a repository using the Larament template.
89
+
- Clone your repository to your local machine.
90
+
Navigate to the project directory and run the following commands:
70
91
```bash
71
92
composer install
72
93
npm install && npm run build
@@ -76,21 +97,21 @@ php artisan migrate
76
97
php artisan db:seed
77
98
```
78
99
79
-
### CLI Installation
80
-
81
-
You can also use the following command to create a new project with Larament.
100
+
## CLI Installation
101
+
Alternatively, you can use the following command to create a new project with Larament:
0 commit comments