Skip to the content.

Laratabler is laravel starter pack to speedup your project

what inside

The package that used is:

  1. Jetstrap (Bootstrap version of Jetstream)
  2. Spatie Laravel Permissions

Template: Tabler v1.0.0.beta3 (bootstrap 5)

How to install

  1. run create-project diorz38/laratabler example-app
  2. run touch database\database.sqlite (default is sqlite, you can change to mysql, or other)
  3. run php artisan migrate
  4. create/register first user (as admin by default)
  5. run php artisan lumki:setup follow the onscreen instructions, to setup roles-permissions for jetstream
  6. run npm install && npm run dev (optional)
  7. and you ready to go

Screenshoot


Example md syntax

Syntax highlighted code block

# Header 1
## Header 2
### Header 3

- Bulleted
- List

1. Numbered
2. List

**Bold** and _Italic_ and `Code` text

[Link](url) and ![Image](src)

For more details see GitHub Flavored Markdown.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.