To create a new project based on this template using create-Laravel, run the following command: npx create-next-app -e https://github.com/nextui-org/Laravel-template.git Install dependencies You can use one of them npm, yarn, pnpm, bun, Example using npm: npm install Run the development...
SB Admin (Free) templates created with Laravel. Contribute to percivalyan/laravel-sb-admin-template development by creating an account on GitHub.
# clone the repo $ git clone https://github.com/coreui/coreui-free-laravel-admin-template.git my-project # go into app's directory $ cd my-project # install app's dependencies $ composer install # install app's dependencies $ npm install If you choice to use SQLite# create database ...
git clone https://github.com/acidstudios/laravel.git composer install Or create a new project using composer: composer create-project --prefer-dist acidstudios/laravel It will install all dependencies used in the template. Then, run this command: To start using this template; php artisan api:...
laravel + swoole + adminlte 高效开发模板 . Contribute to cranux/LaravelDevTemplate development by creating an account on GitHub.
<template> <el-upload class="avatar-uploader" :action="uploadUrl" :on-success="handleSucess" :on-change="handleChange" :before-upload="handleBeforeUpload" :show-file-list="false" :data="data" :on-error="handleError" :file-list="files" > </el-upload> </template> import { get...
35Branches464Tags Folders and files Name Last commit message Last commit date Latest commit StyleCIBot Apply fixes from StyleCI Mar 25, 2025 69be86a·Mar 25, 2025 History 896 Commits .github added issue template Mar 26, 2018 config Apply fixes from StyleCI ...
Laravel UI utilities and presets. Contribute to laravel/ui development by creating an account on GitHub.
Full documentation is available athttp://duncan3dc.github.io/blade/ PHPDoc API documentation is also available athttp://duncan3dc.github.io/blade/api/ Quick Examples Output the view from/var/www/views/index.blade.php: useduncan3dc\Laravel\BladeInstance;$blade=newBladeInstance("/var/www/views...
.github chore: adds issue and PR template Nov 18, 2020 docs Updates banner on readme Jan 2, 2019 resources/views Typo May 28, 2020 src chore: bump version to v3.2.0 Mar 21, 2025 tests feat: add Laravel 12 support (#355) Mar 21, 2025 ...