Releases: arabnewscms/it
version 1.6.40
fix some bugs about installation with php artisan it:generate
you are need to follow this steps to make sure full install on your project
1 - make sure you are use laravel 8.*
2 - make sure you are using php 7.4 don't use php 8 just install package with php 7.4
3 - run php artisan it:generate and answer the question
finally by by all it package is stop to version 1.6.40 at this time
see you fine ❤️
version 1.6.39
fix error in model list to get sub folders in App\Models Folder
version 1.6.38
1 - fix some bugs in dropzone and add timeout to enable progress at long time and skip https blocking
2 - changes in admin/show_image.blade.php
3 - fix some bugs in baboon maker
4 - prepare to it-light in laravel 9 as soon
version 1.6.37
1 - add json file to translate markdown
2 - fix bugs in baboon
3- fix ajax selected value by parent
1.6.36
fix nullable function in schema migration files
fix ajax autoload selected value
1.6.35
fix bugs
version 1.6.34
bug fixes
version 1.6.33
1 - fix admin id with Baboon faker
2 - fix nullable function for short foreign key schema
version 1.6.32
fix bugs in baboon maker
version 1.6.31
What's the new
1 - PHPFaker added to generate fake values and files image ,office ,audio and video mimeTypes in to your module after generated in (language & other) tab from baboon maker
2 - auto relationship models added with api Controller to get child data from other tables
3 - add Register new Account to api link in login collection
4 - rename AuthApiLoggedin.php to AuthAndLogin.php and move to new folder (Api/V1/Auth)
5 - Add Register.php to new folder (Api/V1/Auth)
6 - add new folder to ValidationsApi/V1/Auth
7 - add ChangePasswordRequest.php , LoginRequest.php , RegisterRequest.php to new path ValidationsApi/V1/Auth
8 - add shortCode forginId in migration Database replaced with old way to create relationship database
example
//old relation code Like
$table->bigInteger('user_id')->unsigned()->nullable();
$table->foreign('user_id')->references('id')->on('users')->onDelete('cascade')->onUpdate('cascade');
// new relation shortCode Like (one Line code) new feature from laravel 8.6.3
$table->foreignId("user_id")->constrained("users")->onUpdate("cascade")->onDelete("cascade")->nullable();
9 - generate api resource with apiReesource('module/example','TestsApi.php',['as'=>'module.example.tests']); function
What bug has been fixed?
1 - fix bugs in baboon maker
2 - when use php artisan optimize
cannot cached routes by duplicate routes name
3 - add new assertion to routes ["as"=>"route.controller"] to api resource to skip optimization errors when cached routes
4 - move admin singleton path to AppServiceProvider.php
don't forget to run this command php artisan it:update
if you are using old version
thank you for using our package 📦
and i hope so this package to save your day 📆
Unleash your imagination and be creative ❤️